home *** CD-ROM | disk | FTP | other *** search
- Path: uvsq.fr!Newsmaster
- From: Nicolas Pomarede <pomarede@isty-info.uvsq.fr>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: What is a "Line 1011 emulator " error ?
- Date: 20 Mar 1996 15:40:29 GMT
- Organization: Universite de Versailles/St Quentin en Yvelines - France
- Message-ID: <4ip8td$k3e@soleil.uvsq.fr>
- References: <4ip7j3$set@badger.wmin.ac.uk>
- NNTP-Posting-Host: athanase.isty-info.uvsq.fr
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; HP-UX B.10.01 9000/819)
- X-URL: news:4ip7j3$set@badger.wmin.ac.uk
-
- iuyec@westminster.ac.uk (Ambrose Adamson) wrote:
- >Every time I run my program, after its finished I get a guru which happens
- >to report that a "line 1011 emulator" error has occured. I have read the
- >"Amiga ROM Kernel Reference: libraries" book and and its says " execution
- >of opcode beginning with $F". could someone please explain to me what that
- >means ?
- >
-
- This means that when your program exits, he may jump to a random
- location in mem, where the first 2 bytes start with a $F.
- Perhaps you're messing with the stack pointer or something like this ?
-
- Usually, it means that you're no more executing your own code, but
- that the CPU is trying to interpret a random location as code.
-
-
- ----------------
- Nicolas Pomarede
- e-mail: pomarede@isty-info.uvsq.fr
-
-